projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0dac68
)
(cal-menu-holidays-menu): Fix holiday-list call.
author
Glenn Morris
<rgm@gnu.org>
Thu, 22 Nov 2007 04:17:17 +0000
(
04:17
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 22 Nov 2007 04:17:17 +0000
(
04:17
+0000)
lisp/calendar/cal-menu.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-menu.el
b/lisp/calendar/cal-menu.el
index 47fd4fc4c2adf3f68488b5fc7542023e0f64b1fb..7158774dd2cd9556914810211e58c5d50eb4caae 100644
(file)
--- a/
lisp/calendar/cal-menu.el
+++ b/
lisp/calendar/cal-menu.el
@@
-98,7
+98,8
@@
(push (vector "For Year"
`(lambda ()
(interactive)
- (holiday-list (+ displayed-year ,(- i 5))))
+ (holiday-list (+ displayed-year ,(- i 5))
+ (+ displayed-year ,(- i 5))))
:suffix `(number-to-string (+ displayed-year ,(- i 5))))
l))
(nreverse l))